feat(tokenlist): add USDC.e token to all chain registries#599
Merged
Conversation
Add USDC.e (0x20c000000000000000000000b9537d11c60e8b50) to tokenlist for Presto (4217), Moderato (42431), and Andantino (42429). This token is used by tempoxyz/app for relay bridging but was missing from the registry, causing fallback icons to display. Amp-Thread-ID: https://ampcode.com/threads/T-019c7430-a42d-7697-8581-092e296af4e4 Co-authored-by: Amp <amp@ampcode.com>
Cloudflare Deployments
|
USDC.e (0x20c000000000000000000000b9537d11c60e8b50) is not initialized on Moderato (42431) or Andantino (42429) - only used on Presto (4217). RPC calls to name()/totalSupply() revert with 'Uninitialized' on Moderato. Keep it only in the Presto tokenlist.
o-az
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add USDC.e (
0x20c000000000000000000000b9537d11c60e8b50) to the tokenlist registry for all chains.Motivation
tempoxyz/appuses USDC.e for relay/bridging (defined insrc/lib/constants.ts) but it was missing from the tokenlist registry. This meant the tokenlist API returned a fallback icon instead of the USDC icon.Changes
data/4217/tokenlist.json(Presto)data/42431/tokenlist.json(Moderato)data/42429/tokenlist.json(Andantino)Prompted by: omar